home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 25 / AACD 25.iso / AACD / Programming / yaec / docs / files.txt < prev    next >
Encoding:
File List  |  2001-08-12  |  1.0 KB  |  34 lines

  1.  
  2.  
  3.   Important files in the E: directory.
  4.  
  5.   YAEC1.8+ : the externs/ directory is not needed anymore !
  6.  
  7.   E:
  8.      bin/
  9.         yaec   *     -> the compiler executable
  10.         fd2module    -> convert .fd to .e
  11.      docs/
  12.         yaec.readme
  13.         yaec.guide   -> main documentation
  14.         AFD#?        -> AFD-Copyright Note
  15.         files.txt    -> this text
  16.         #?.txt       -> misc docs
  17.      modules/     *
  18.         #?.e         -> function definition modules
  19.         #?/#?.e      -> other modules
  20.      examples/       -> misc example sources
  21.         #?.e
  22.      startup/ -> private stuff
  23.         startup.o *  -> startup code for executables
  24.         yaec.lib  *  -> internal functions code
  25.         yaec.i    *  -> asm include file
  26.         library.o *  -> startup code for shared libraries
  27.         device.o  *  -> startup code for shared devices
  28.         generate.script *  -> script for assembling/linking
  29.      temp/        *        -> drawer for temporary files
  30.  
  31.  
  32.      File/drawer names with * after them are crucial for operation.
  33.  
  34.